hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
IHipAudioDecoder.resample
hip
api
data
audio
IHipAudioDecoder
Undocumented in source.
interface
IHipAudioDecoder
bool
resample
(
in
ubyte
[]
data
,
HipAudioType
type
,
uint
outputSampleRate
,
uint
outputChannels
,
void
delegate
(
in
ubyte
[]
data
)
onSuccess
,
void
delegate
(
)
onFailure
)
Meta
Source
See Implementation
hip
api
data
audio
IHipAudioDecoder
functions
channelConversion
decode
dispose
getAudioConfig
getClipChannels
getClipData
getClipSize
getDuration
getSamplerate
loadData
resample
startDecoding
updateDecoding